projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0264e
)
* src/xterm.c (x_dnd_begin_drag_and_drop): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Sun, 1 May 2022 01:41:16 +0000
(09:41 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 1 May 2022 01:41:16 +0000
(09:41 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 633724b0ff42f0998b372d8940cd535a68480129..fd0e7cffa30ad65a23dda8e77eca4435dc105216 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-9956,8
+9956,7
@@
x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction,
block_input ();
#ifdef USE_GTK
gtk_main_iteration ();
-#else
-#ifdef USE_X_TOOLKIT
+#elif defined USE_X_TOOLKIT
XtAppNextEvent (Xt_app_con, &next_event);
#else
x_next_event_from_any_display (&next_event);
@@
-9988,7
+9987,6
@@
x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction,
#else
handle_one_xevent (event_display,
&next_event, &finish, &hold_quit);
-#endif
#endif
}